[INFO] cloning repository https://github.com/kcuber118/find_player
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kcuber118/find_player" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcuber118%2Ffind_player", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcuber118%2Ffind_player'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9a4ade4302e5d55e2e734527315f1fa5eb320a0
[INFO] checking kcuber118/find_player against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcuber118%2Ffind_player" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kcuber118/find_player
[INFO] finished tweaking git repo https://github.com/kcuber118/find_player
[INFO] tweaked toml for git repo https://github.com/kcuber118/find_player written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kcuber118/find_player on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kcuber118/find_player already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82
[INFO] running `Command { std: "docker" "start" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling gio v0.20.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking option-operations v0.5.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking muldiv v1.0.1
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling gst-plugin-version-helper v0.8.3
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling pango-sys v0.20.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.10
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.20.10
[INFO] [stderr]    Compiling graphene-sys v0.20.10
[INFO] [stderr]    Compiling gdk4-sys v0.9.6
[INFO] [stderr]    Compiling gstreamer-sys v0.23.6
[INFO] [stderr]    Compiling gsk4-sys v0.9.6
[INFO] [stderr]    Compiling gtk4-sys v0.9.6
[INFO] [stderr]    Compiling gstreamer-base-sys v0.23.6
[INFO] [stderr]    Compiling gstreamer-video-sys v0.23.6
[INFO] [stderr]    Compiling libadwaita-sys v0.7.2
[INFO] [stderr]    Compiling gst-plugin-gtk4 v0.13.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.20.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling gtk4-macros v0.9.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking glib v0.20.12
[INFO] [stderr]     Checking cairo-rs v0.20.12
[INFO] [stderr]     Checking graphene-rs v0.20.10
[INFO] [stderr]     Checking gstreamer v0.23.7
[INFO] [stderr]     Checking gstreamer-base v0.23.6
[INFO] [stderr]     Checking gstreamer-video v0.23.6
[INFO] [stderr]     Checking pango v0.20.12
[INFO] [stderr]     Checking gdk-pixbuf v0.20.10
[INFO] [stderr]     Checking gdk4 v0.9.6
[INFO] [stderr]    Compiling glib-build-tools v0.20.0
[INFO] [stderr]    Compiling findplayer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking gsk4 v0.9.6
[INFO] [stderr]     Checking gtk4 v0.9.7
[INFO] [stderr]     Checking libadwaita v0.7.2
[INFO] [stdout] warning: fields `player`, `fullscreen_mode`, `sidebar_visible_before_fullscreen`, and `pre_mute_volume` are never read
[INFO] [stdout]   --> src/window/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Window {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 28 |     window: ApplicationWindow,
[INFO] [stdout] 29 |     player: Player,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fullscreen_mode: Rc<RefCell<bool>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |     sidebar_visible_before_fullscreen: Rc<RefCell<bool>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 54 |     pre_mute_volume: Rc<RefCell<f64>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `play_uri` is never used
[INFO] [stdout]     --> src/window/mod.rs:1207:12
[INFO] [stdout]      |
[INFO] [stdout]   59 | impl Window {
[INFO] [stdout]      | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1207 |     pub fn play_uri(&self, uri: &str) {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/player.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl Player {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn duration(&self) -> Option<ClockTime> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn startup_timing(&self) -> StartupTiming {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn current_audio(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn current_text(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn start_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     pub fn stop_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     pub fn get_audio_device_element(&self, display_name: &str) -> Option<Element> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn set_audio_sink(&self, element: Element) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `toggle` is never used
[INFO] [stdout]   --> src/player/controls.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl PlaybackState {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn toggle(&self) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_seekable` is never used
[INFO] [stdout]   --> src/player/controls.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl PositionQuery {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn is_seekable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device_class` is never read
[INFO] [stdout]   --> src/player/gstreamer.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AudioDevice {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 15 |     pub display_name: String,
[INFO] [stdout] 16 |     pub device_class: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioDevice` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `stop_device_monitor`, `startup_timing`, `current_audio`, and `current_text` are never used
[INFO] [stdout]    --> src/player/gstreamer.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl Pipeline {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn stop_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub fn startup_timing(&self) -> StartupTiming {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 549 |     pub fn current_audio(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn current_text(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_video_filter_with_name` is never used
[INFO] [stdout]   --> src/file_filter.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn create_video_filter_with_name(name: &str) -> FileFilter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tree_selection` is never read
[INFO] [stdout]   --> src/sidebar.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct SidebarWidget {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     tree_selection: SingleSelection,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `on_folder_clicked` is never used
[INFO] [stdout]    --> src/sidebar.rs:755:12
[INFO] [stdout]     |
[INFO] [stdout]  55 | impl SidebarWidget {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 755 |     pub fn on_folder_clicked<F: Fn(gio::File) + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scrolled_window`, `on_next_clicked`, `on_prev_clicked`, and `thumbnails_generating` are never read
[INFO] [stdout]   --> src/file_list.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct FileListWidget {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     scrolled_window: ScrolledWindow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     on_next_clicked: Rc<RefCell<Option<StdBox<dyn Fn() + 'static>>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     /// Callback for previous file navigation request
[INFO] [stdout] 59 |     on_prev_clicked: Rc<RefCell<Option<StdBox<dyn Fn() + 'static>>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     /// Track thumbnails being generated
[INFO] [stdout] 61 |     thumbnails_generating: ThumbnailGenerationMap,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileListWidget` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/file_list.rs:451:12
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl FileListWidget {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 451 |     pub fn current_directory(&self) -> Option<File> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 |     pub fn is_loading(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 470 |     pub fn refresh(&self) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     pub fn on_playlist_changed<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |     pub fn on_next_clicked<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 487 |     pub fn on_prev_clicked<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 |     pub fn current_index(&self) -> Option<u32> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     pub fn trigger_next(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     pub fn trigger_prev(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 669 |     pub fn select_first(&self) -> Option<File> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 697 |     pub fn selected_position(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThumbnailGenerator` is never constructed
[INFO] [stdout]    --> src/thumbnail.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct ThumbnailGenerator {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_path`, and `is_cached` are never used
[INFO] [stdout]    --> src/thumbnail.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl ThumbnailGenerator {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 195 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn get_path(&self, uri: &str) -> Option<PathBuf> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn is_cached(&self, uri: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player`, `fullscreen_mode`, `sidebar_visible_before_fullscreen`, and `pre_mute_volume` are never read
[INFO] [stdout]   --> src/window/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Window {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 28 |     window: ApplicationWindow,
[INFO] [stdout] 29 |     player: Player,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fullscreen_mode: Rc<RefCell<bool>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |     sidebar_visible_before_fullscreen: Rc<RefCell<bool>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 54 |     pre_mute_volume: Rc<RefCell<f64>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `play_uri` is never used
[INFO] [stdout]     --> src/window/mod.rs:1207:12
[INFO] [stdout]      |
[INFO] [stdout]   59 | impl Window {
[INFO] [stdout]      | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1207 |     pub fn play_uri(&self, uri: &str) {
[INFO] [stdout]      |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/player.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl Player {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn duration(&self) -> Option<ClockTime> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn startup_timing(&self) -> StartupTiming {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn current_audio(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn current_text(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn start_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     pub fn stop_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     pub fn get_audio_device_element(&self, display_name: &str) -> Option<Element> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn set_audio_sink(&self, element: Element) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `toggle` is never used
[INFO] [stdout]   --> src/player/controls.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl PlaybackState {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn toggle(&self) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_seekable` is never used
[INFO] [stdout]   --> src/player/controls.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl PositionQuery {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn is_seekable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device_class` is never read
[INFO] [stdout]   --> src/player/gstreamer.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AudioDevice {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 15 |     pub display_name: String,
[INFO] [stdout] 16 |     pub device_class: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioDevice` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `stop_device_monitor`, `startup_timing`, `current_audio`, and `current_text` are never used
[INFO] [stdout]    --> src/player/gstreamer.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl Pipeline {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn stop_device_monitor(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub fn startup_timing(&self) -> StartupTiming {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 549 |     pub fn current_audio(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn current_text(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_video_filter_with_name` is never used
[INFO] [stdout]   --> src/file_filter.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn create_video_filter_with_name(name: &str) -> FileFilter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tree_selection` is never read
[INFO] [stdout]   --> src/sidebar.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct SidebarWidget {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     tree_selection: SingleSelection,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `on_folder_clicked` is never used
[INFO] [stdout]    --> src/sidebar.rs:755:12
[INFO] [stdout]     |
[INFO] [stdout]  55 | impl SidebarWidget {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 755 |     pub fn on_folder_clicked<F: Fn(gio::File) + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scrolled_window`, `on_next_clicked`, `on_prev_clicked`, and `thumbnails_generating` are never read
[INFO] [stdout]   --> src/file_list.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct FileListWidget {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     scrolled_window: ScrolledWindow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     on_next_clicked: Rc<RefCell<Option<StdBox<dyn Fn() + 'static>>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     /// Callback for previous file navigation request
[INFO] [stdout] 59 |     on_prev_clicked: Rc<RefCell<Option<StdBox<dyn Fn() + 'static>>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     /// Track thumbnails being generated
[INFO] [stdout] 61 |     thumbnails_generating: ThumbnailGenerationMap,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileListWidget` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/file_list.rs:451:12
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl FileListWidget {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 451 |     pub fn current_directory(&self) -> Option<File> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 |     pub fn is_loading(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 470 |     pub fn refresh(&self) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     pub fn on_playlist_changed<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |     pub fn on_next_clicked<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 487 |     pub fn on_prev_clicked<F: Fn() + 'static>(&self, callback: F) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 |     pub fn current_index(&self) -> Option<u32> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     pub fn trigger_next(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     pub fn trigger_prev(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 669 |     pub fn select_first(&self) -> Option<File> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 697 |     pub fn selected_position(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThumbnailGenerator` is never constructed
[INFO] [stdout]    --> src/thumbnail.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct ThumbnailGenerator {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_path`, and `is_cached` are never used
[INFO] [stdout]    --> src/thumbnail.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl ThumbnailGenerator {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 195 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn get_path(&self, uri: &str) -> Option<PathBuf> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn is_cached(&self, uri: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
[INFO] running `Command { std: "docker" "inspect" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82", kill_on_drop: false }`
[INFO] [stdout] 3f74870a1a9d2be54bd605356b372590ac099cf3731a2856402b5c839ae60a82
